home *** CD-ROM | disk | FTP | other *** search
/ SysOp's Arsenal / SysOp's Arsenal 1 (Arsenal Computer).ISO / sysar / read.me < prev    next >
Text File  |  1995-02-22  |  6KB  |  170 lines

  1.  
  2.               ┌───────────────────────────────────────┐
  3.               │            OnLine, Version 3.0        ├─┐
  4.               │(c) 1992-1995 ■ Brown Business Software│ │
  5.               │      Philip K. Brown, Programmer      │ │
  6.               └─┬─────────────────────────────────────┘ │
  7.                 └───────────────────────────────────────┘
  8.  
  9.  
  10.  
  11. How This All Began:
  12.  
  13. A few years ago,  I was working on my SPITFIRE BBS at work and I
  14. wanted a way for my users to browse the file listings offline.
  15. I decided to write a program to allow them to search filenames
  16. and descriptions or both.. just like this one..  David Martin
  17. of CMS Software contacted me and asked me if I would be interested
  18. in writing a File Retrieval System to be included on his CD's and
  19. that is how this program started.  This program is being used on
  20. other Cd's being published today.
  21.  
  22. Features:
  23.  
  24.  o Supports multi-line file descriptions (5 lines) (using SF 3.4's structure)
  25.  o .ZIP File uncompression using PKUNZIP Version 2.04g
  26.  o Copy individual files
  27.  o View individual .ZIP files (DOS MORE No Longer Required!)
  28.  o View text files within .ZIP's! (only 1 layer deep)
  29.  o View text files on the CD!
  30.  o File Tagging (copying, viewing, unzipping)
  31.  o Make directories on the fly when copying, unzipping files
  32.  o When searching/loading, display percent completed
  33.  o F2 displays Program/Programmer Information
  34.  o ALT-M - Memory available at the time
  35.  o ALT-J - Jump To DOS!
  36.  o Run in COLOR or MONOCHROME
  37.  o Scroll and View COMPLETE listing
  38.  o Scroll and View INDIVIDUAL File Areas
  39.  o Search filenames (3 levels)
  40.  o Search descriptions (3 levels)
  41.  o Search filenames and descriptions (3 levels)
  42.  o Easy to use installation procedure
  43.  o Many More....
  44.  
  45. Special Thanks:
  46.  
  47. A person who really needs to be acknowledged is my wife, April
  48. who has stood by me while writing/updating this program and
  49. hearing my 'Just a little longer..' when I have a brainstorm.
  50.  
  51. I would like to thank my Dad, Don Brown for his help in general
  52. and starting a Computer Consulting Company.
  53.  
  54. This program is written using Clipper, a dBASE Compiler.  Many
  55. thanks to Doug Stevens and Larry Taylor, two instructors who
  56. taught dbase II and Advanced dBASE III+.
  57.  
  58. dBASE Compiler: Clipper, Summer Of '87
  59.  
  60.             Copyright, Trademark and Service Mark Notices
  61.  
  62.  CLIPPER is a Copyright (c) 1985-1987 by Nantucket Corporation
  63.  
  64.  CLIPPER is a trademark of Nantucket Corporation
  65.  
  66.  NANTUCKET is a registered trademark of Nantucket Corporation
  67.  
  68.  SPITFIRE is Copyright (c) 1987-1995 by Mike Woltz
  69.  
  70.  SPITFIRE is a registered trademark of Buffalo Creek Software.
  71.  
  72.  PKZIP is a Copyright (c) 1989-1994 PKWARE Inc.  All Rights Reserved.
  73.  
  74.  SWAP is a Copyright (c) 1988-1991 by Berner & Associates.
  75.  
  76.  
  77.                            -= Technical Notes =-
  78.  
  79.  If you are running MS-DOS 6.x you will need to add a line to your
  80.  AUTOEXEC.BAT file.   You can do this with your favorite TEXT editor
  81.  or MS-DOS's EDIT command.
  82.  
  83.  SET CLIPPER=E000;
  84.  
  85.  
  86.  The reason I mention this is because if you run the file retrieval software
  87.  and it might return a message: Not enough memory and return to the DOS
  88.  prompt.
  89.  
  90.  MS-DOS 5.0 works just fine (and releases below) but MS-DOS 6.x needs that
  91.  command.  (Don't know why)
  92.  
  93.  This command tells MS-DOS not to use extended/expanded memory.  You ask
  94.  why?  Well, the compiler I am using says that it isn't stable so I won't
  95.  use it.
  96.  
  97.  I just uses your base 640k RAM and if it needs to 'drop to dos' to perform
  98.  a task, it takes what is memory and swaps it to a swap file on your
  99.  computer.
  100.  
  101.  If you have any questions, you can call The Flaming Star BBS, 24 hrs a day
  102.  and 7 days a week (except for maintenance and storms) at 812-898-2561.
  103.  
  104.  Leave a message to the sysop and we will work with you on any problems
  105.  you might have.
  106.  
  107.  
  108.  
  109. ------------------------------------------------------------------------------
  110.                The File Retrieval Software!  ONLINE, Version 3.0
  111. ------------------------------------------------------------------------------
  112. I would like to take this time to see if you would do me a favor?   Could you
  113. fill out the form below and mail it to the address shown below.
  114.  
  115. We would like to see how many people are using the 'Retrieval Software'.
  116.  
  117. Thank you.
  118.  
  119.    Flaming Star Computer Accessories
  120.    A Division of Brown Business Software
  121.    c/o Philip K. Brown
  122.    28 West Sutliff Drive
  123.    Terre Haute, Indiana  47802
  124.  
  125.  
  126. Your Name:_____________________________________________
  127.  
  128.   Address:_____________________________________________
  129.  
  130.      City:__________________________   State:__________  Zipcode:_____________
  131.  
  132.   CD Name:_____________________________________________
  133.  
  134.  
  135.  
  136. If you have any comments on how we can improve this software or anything
  137. you would like to say, please feel free.
  138.  
  139. Comments:
  140.  
  141. ------------------------------------------------------------------------------
  142.  
  143. ------------------------------------------------------------------------------
  144.  
  145. ------------------------------------------------------------------------------
  146.  
  147. ------------------------------------------------------------------------------
  148.  
  149. ------------------------------------------------------------------------------
  150.  
  151. ------------------------------------------------------------------------------
  152.  
  153. ------------------------------------------------------------------------------
  154.  
  155. ------------------------------------------------------------------------------
  156.  
  157. ------------------------------------------------------------------------------
  158.  
  159. ------------------------------------------------------------------------------
  160.  
  161. ------------------------------------------------------------------------------
  162.  
  163. ------------------------------------------------------------------------------
  164.  
  165. ------------------------------------------------------------------------------
  166.  
  167. ------------------------------------------------------------------------------
  168.  
  169. 
  170.